home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 045a / newnetx.zip / RPLFIX.DOC < prev    next >
Text File  |  1991-09-30  |  2KB  |  44 lines

  1.                        Notes on RPLFIX.COM
  2.  
  3.  
  4. RPLFIX is used to allow workstations to remote program load (RPL) properly
  5. with MS DOS 5.x and above.  This utility must be run after the boot image file
  6. (usually NET$DOS.SYS) has been created using the DOSGEN utility.  RPLFIX will
  7. directly modify the boot image file; the boot image file's size and last
  8. modified date will be different after RPLFIX has been run.  RPLFIX only needs
  9. to be run against the boot image file once.  Attempts to run RPLFIX against an
  10. already modified boot image file are detected by the utility, and no further
  11. modifications will be made to the boot image file.
  12.  
  13. Follow the instructions for DOSGEN (setting up remote reset workstations)
  14. in the Novell reference manuals.  For NetWare v2.x, this information can be
  15. found in Chapter 9 of the "Supervisor Guide", or Chapter 2 of the "Using the
  16. Network" manual.  For NetWare v3.x, this information is found in Appendix D
  17. of the Installation manual.  After performing all steps as outlined in the
  18. appropriate manual to create the boot image file, run RPLFIX.COM.
  19.  
  20. The remote workstation will likely hang during the reset process if you are
  21. resetting using DOS 5.x or above and the boot image file has not been modified
  22. by RPLFIX.
  23.  
  24. RPLFIX can be found on the WSGEN diskette, or in the WSGEN subdirectory if you
  25. are installing using a network drive.  After you have located RPLFIX.COM, map
  26. a drive to the LOGIN subdirectory on the file server you wish to remote reset
  27. from.  The DOSGEN procedure instructed you to create a boot image file in that
  28. subdirectory (usually named NET$DOS.SYS). If the drive you mapped to SYS:LOGIN
  29. was drive F, then you would enter the following:
  30.  
  31.        RPLFIX F:NET$DOS.SYS <ENTER>
  32.  
  33. RPLFIX only needs to be run if the version of DOS loaded on the floppy disk
  34. used with DOSGEN is 5.x or greater.  Earlier versions of DOS do not require
  35. that this utility be run.
  36.  
  37. NOTE:  If you renamed your boot image file, then you must use the new filename
  38.       with RPLFIX:
  39.  
  40.            RPLFIX [d:]<boot image file> <ENTER>
  41.  
  42. where  [d:] is the drive letter where the image file is located, and <boot
  43.     image file> is the name of the file created with the DOSGEN utility.
  44.